home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / wpgrab16.zip / WPL.BAT < prev    next >
DOS Batch File  |  1988-02-28  |  240b  |  10 lines

  1. echo off
  2. cls
  3. rem Uses WPGRAB to automatically start the word processor for the
  4. rem most recent file in the directory.  The user is not prompted.
  5. cd\wp
  6. wpgrab %1 /C:\perfect\wp /L %2 %3 %4
  7. if errorlevel 2 goto error
  8. wpgrab$$
  9. :error
  10.